***********************************************************
ENHANCED PARKED VEHICLES - by PaulIP (RomanianWorks OMSI 2)
***********************************************************

This mod adds "random" license plate combinations and steer angles to parked vanilla vehicles:
- Citroen BX
- MAN F90
- Mercedes T1 (only civilian)
- Mercedes W123 (civilian and taxi)
- Opel Manta B
- Peugeot 106
- Trabant 601
- VW T3 (only civilian)
- VW Golf 2 (only civilian)

To install the mod, simply copy the two included folders ("Scripts" and "Vehicles") to your OMSI 2 main directory.

All the .sco and .cfg files included here have different names than their original counterparts, to mitigate any possible conflict
with the game or any other 3rd party mod and to make it easy for you to uninstall my mod, should you wish.

In order to spawn these vehicles on a map of your choice, go to OMSI 2\maps\<chosen_map_folder>, open the "parklist.txt" file
and replace the cars declared there with the cars declared in "enhanced_parklist.txt", also included in this archive.

Due to the scripting limitations of OMSI 2, this mod hasn't turned out quite the way I initially envisioned. I had to find a "rougher" way to
achieve the "random" effect. As such, the possible license plate combinations (300 in total) are written in the randomizer.osc file (which can be found
inside the Scripts\AI_Cars folder) and are all from Berlin ("B-ab 1234" format). If you wish to change the license combinations to new ones of your choice,
make a copy of the randomizer.osc and simply replace the combinations between quotation marks. If you don't feel like changing all 300 combinations,
you can change as many as you want, but don't forget to replace the "300" from this line:

		"1 s0 300 random * (S.L.randomizer_plate)"

with the total number of combinations you've just changed.

Afterwards, go to Vehicles\<chosen_vehicle_folder>, open the "parked_(vehicle_name)_pip.sco" file
and replace the declared randomizer.osc with the one you just modified.

This randomizer script can be added to any parked car, although not without prior modifications done to the model.cfg and parked.sco files of the respective car.
If you wish to extend this enhancement pack to other 3rd party parked vehicles, you may use these vanilla cars as an inspiration on how it's done.

Enjoy! :)

(C) PaulIP (RomanianWorks OMSI 2) 2022